home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / doc / libasound2-plugins / vdownmix.txt < prev   
Text File  |  2009-05-06  |  560b  |  24 lines

  1. VDOWNMIX PLUGIN
  2. ===============
  3.  
  4. The vdownmix plugin is a downmixer from 4-6 channels to 2-channel
  5. stereo headphone output.  This plugin processes the input signals with
  6. a simple spacialization, so the output sounds like a kind of "virtual
  7. surround".
  8.  
  9. For example, define the below:
  10.  
  11.     pcm.!surround51 {
  12.         type vdownmix
  13.         slave.pcm "default"
  14.     }
  15.     pcm.!surround40 {
  16.         type vdownmix
  17.         slave.pcm "default"
  18.     }
  19.  
  20. and the outputs from video player to these PCMs are converted to the
  21. default 2.0 output with a proper downmix.
  22.  
  23. The accepted format is currently only S16.
  24.